projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
070c251
)
Remove init_stack static declaration.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 6 Aug 2001 10:03:40 +0000
(10:03 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 6 Aug 2001 10:03:40 +0000
(10:03 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index a0c06a5c35bbdcc96ae950539f1e3f0fcec492a5..5c0e0dd3c689d76a51b8dd45d3be52d2a68984d1 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-364,7
+364,6
@@
static POINTER_TYPE *lisp_malloc P_ ((size_t, enum mem_type));
static struct Lisp_Vector *allocate_vectorlike P_ ((EMACS_INT, enum mem_type));
static void lisp_free P_ ((POINTER_TYPE *));
static void mark_stack P_ ((void));
-static void init_stack P_ ((Lisp_Object *));
static int live_vector_p P_ ((struct mem_node *, void *));
static int live_buffer_p P_ ((struct mem_node *, void *));
static int live_string_p P_ ((struct mem_node *, void *));